Using the SAM CD-ROM with THE TOTAL HAM PLUS Do the cdinst (optional application) as instructed by the RT Systems documentation Copy FINDCALL.EXE from the SAMHD directory of the CD to the SAM directory on your hard drive. Copy SAMAPICD.EXE from the API directory of the CD to the SAM directory on your hard drive. SAM.BAT SHOULD READ: c:\sam\samapicd d:\samcddat c:\sam c:\sam\findcall %1 c:\sam\samapicd /r SAM1.BAT SHOULD READ: c:\sam\samapicd d:\samcddat c:\sam c:\sam\findcall %1 >sam.txt c:\sam\samapicd /r AFTER YOU ARE SURE IT FINDS THE CALL ADD: ECHO OFF as the first line in each above. This cleans up the commands from showing on the screen. EXAMPLE follows: ECHO OFF c:\sam\samapicd d:\samcddat c:\sam c:\sam\findcall %1 c:\sam\samapicd /r The above files are supplied as SAMCD.BAT & SAMCD1.BAT. Rename these to SAM.BAT & SAM1.BAT to use them.